home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000187_news@columbia.edu_Thu Apr 20 22:17:26 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29571
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 20 Apr 1995 18:17:31 -0400
  3. Received: by apakabar.cc.columbia.edu id AA01631
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 20 Apr 1995 18:17:29 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: C-Kermit for OS/2 and Meta-Control keys?
  9. Date: 20 Apr 1995 22:17:26 GMT
  10. Organization: Columbia University
  11. Lines: 21
  12. Message-Id: <3n6mhm$1iq@apakabar.cc.columbia.edu>
  13. References: <ASRINIVA.95Apr20123103@asriniva-sun.us.oracle.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <ASRINIVA.95Apr20123103@asriniva-sun.us.oracle.com>,
  18. Andre Srinivasan <asriniva@us.oracle.com> wrote:
  19. >Anyone figured out how to get C-Kermit for OS/2 to generate M-C key
  20. >sequences?
  21. >
  22. Any key that generates a unique scan can be mapped to send anything
  23. you want.  Unfortunately, for historical reasons, in OS/2 C-Kermit,
  24. Ctrl-Alt combos generate exactly the same scan codes as Alt combos
  25. by themselves.  So you can't use the Alt key as a Meta key when
  26. control characters are involved.  The closest mapping we could come
  27. up with is given in the EMACSKEYS.INI file that comes with OS/2
  28. C-Kermit.
  29.  
  30. Yes, it would be possible to expand the range of scan codes, but not
  31. without changing some of the current ones, which would break
  32. current key mappings.
  33.  
  34. A solution for this problem is on our list for future releases.
  35.  
  36. - Frank
  37.